@charset "utf-8";
/* CSS Document */

.honorlist{}
.honorlist li{
	display: inline-block;
    width: 45%;
    margin: 1%;
}
.honorlist li img{
	display: flex;
    height: 360px;
    margin: 0 auto;
	border: 3px solid #bf1727;
}

.parlist{}
.parlist li{ display:inline-block; margin:1%;}
.parlist li img{
	display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
	}

.bgtable{ width:100%; border-collapse:collapse;}
.bgtable td{ border:1px solid #ccc; text-align:center; font-size:14px;}

/*内页*/
.inbanner {
  position: relative;
  width: 100%;
  background: url(../images/inbanner02.jpg) no-repeat top center;
  height: 500px;
  background-size: cover;
}
.inbanner .textbox {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 40%;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
.inbanner .textbox h2 {
  font-size: 60px;
  font-weight: normal;
  letter-spacing: 36px;
  text-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}

.inpage .location {
  position: absolute;
  width: 84%;
  bottom: 0;
  height: 170px;
  left: 0;
  right: 0;
  z-index: 5;
  margin: auto;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.85) 0%,
    #ffffff 100%
  );
}
.max-wid {
  width: 84%;
  max-width: 1200px;
  margin: auto;
}
.inpage .location .max-wid {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-top: 30px;
}
.inpage .location .max-wid .node {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.inpage .location .max-wid .node li {
  display: inline-block;
  line-height: 20px;
}
.inpage .location .max-wid .node li .fa-angle-right {
  padding-right: 10px;
  font-size: 16px;
}
.inpage .location .max-wid .node a {
  font-size: 14px;
  color: #666;
}
.inpage .location .max-wid .tab {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.inpage .location .max-wid .tab li {
  width: calc(100% / 3);
  flex-grow: 1;
}
.inpage .location .max-wid .tab > li {
  position: relative;
}
.inpage .location .max-wid .tab > li > a {
  padding: 36px 0;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
  width: 100%;
  display: inline-block;
  border-bottom: 2px solid transparent;
  text-align: center;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  text-decoration: none;
}
.inpage .location .max-wid .tab > li.on > a {
  border-color: #c9151e;
  color: #000;
}
.inpage .location .max-wid .tab > li:after {
  content: "";
  height: 18px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
.inpage .location .max-wid .tab > li:last-of-type:after {
  opacity: 0;
}
.inpage .location .max-wid .tab > li:hover > a {
  color: #000;
}
.inpage .location .protab {
  display: block;
  width: 100%;
  margin-top: 20px;
}
.inpage .location .protab li {
  display: inline-block;
  margin-bottom: 5px;
}
.inpage .location .protab li a {
  display: inline-block;
  border: 1px solid #666;
  padding: 5px 10px;
  text-decoration: none;
  color: #666;
}
.inpage .location .protab li a:hover {
  background: #c9151e;
  color: #fff;
  transition: all 0.3s;
  border-color: #c9151e;
}

#mainbox {
	font-size: 16px;
    line-height: 30px;
    color: #666;
}
#mainbox .wrapper {
  width: 80%;
  max-width: 1200px;
  margin: 50px auto;
  
}


/*工程案例*/
.caseitem {
  padding: 60px 10%;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
.caseitem .item {
  /*float:left;*/
  width: 30.333%;
  margin-right: 3%;
  margin-top: 2%;
  vertical-align: top;
  display: inline-block;
}
.caseitem .item a {
  text-decoration: none;
}
.caseitem .item:nth-child(3n) {
  margin-right: 0;
}
.caseitem .item .img {
  overflow: hidden;
}
.caseitem .item .img img {
  transition: 1s all ease;
  width: 100%;
}
.caseitem .item .img img:hover {
  transform: scale(1.2);
}
.caseitem .item .info {
  margin-top: 20px;
}
.caseitem .item .info .name {
  font-size: 18px;
  color: #333;
}
.caseitem .item .info .abstract {
  font-size: 14px;
  color: #666;
}

.proshow {
  margin-bottom: 30px;
}
.proshow h2 {
  text-align: center;
  font-size: 30px;
  line-height: 2;
  color: #313131;
}
.proshow h3 {
  color: #d71619;
  font-size: 16px;
}

/*下载*/
.downbox {
  margin: 50px 0;
}
.downbox .box {
  border-bottom: 1px solid #ddd;
  line-height: 2;
}
.downbox .box .name {
  display: inline-block;
}
.downbox .box .dd {
  float: right;
}
.downbox .box .dd a:hover {
  color: #d71619;
}
/*新闻*/
.newslist {
  padding: 50px 0;
}
.newslist .item {
  position: relative;
  margin-bottom: 40px;
  height: 200px;
  background-color: #f5f5f5;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.newslist .item a {
  text-decoration: none;
}
.newslist .item .pic {
  float: left;
  overflow: hidden;
  width: 350px;
  height: 100%;
}
.newslist .item .pic img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%;
}
.newslist .item .info {
  padding: 40px 48px 46px;
  height: 100%;
  width: calc(100% - 350px);
  float: left;
  box-sizing: border-box;
}
.newslist .item .info .title {
  margin-bottom: 10px;
  color: #404040;
  font-size: 24px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.newslist .item .info .text {
  overflow: hidden;
  margin-top: 15px;
  color: #909090;
  font-size: 16px;
  line-height: 2;
}
.newslist .item .info .more {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 155px;
  height: 34px;
  background-color: #404040;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  font-size: 13px;
  font-family: number;
  line-height: 34px;
}
.newslist .item .info .more i {
  display: inline-block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.newslist .item:hover {
  -webkit-box-shadow: 0px 20px 70px #c5c5c5;
  box-shadow: 0px 20px 70px #c5c5c5;
  background-color: #fff;
}
.newslist .item:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.newslist .item:hover .more {
  background-color: #c9151e;
}
.newslist .item .more:hover i {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  -ms-transform: translateX(30px);
}

/*新闻详情*/
#mainbox .newslistshow {
  max-width: 900px;
  padding: 60px 0;
}
.newslistshow h1 {
  font-weight: normal;
  font-size: 32px;
  margin-bottom: 30px;
  color: #555;
}
.newslistshow .line {
  margin-bottom: 30px;
  width: 60px;
  height: 3px;
  border-radius: 1px;
  background-color: #c9151e;
}
.newslistshow .acticle {
  font-size: 16px;
  line-height: 2;
  color: #555;
}
.newslistshow .back {
  display: block;
  margin: 40px auto;
  width: 130px;
  height: 38px;
  border-radius: 5px;
  background-color: #c9151e;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 38px;
  text-decoration: none;
}

/*人才招聘*/
#mainbox .joblist {
  padding: 60px 0;
  max-width: 800px;
}
.joblist .tt-list {
  margin-top: 20px;
}
.joblist .tt-list li {
  margin-top: 8px;
  line-height: 1.8;
  display: flex;
}
.joblist .tt-list .title {
  font-size: 18px;
  color: #cc1113;
  width: 100px;
  white-space: nowrap;
}
.joblist .tt-list .content {
  flex: 1;
  word-break: break-all;
  font-size: 16px;
  color: #555;
}

/*联系我们*/
#mainbox .contact {
  padding: 60px 0;
  max-width: 800px;
}
.contact {
  font-size: 16px;
  color: #555;
  line-height: 2;
}
.contact span {
  color: #c9151e;
}

/*客户反馈*/
.feedback {
  padding-top: 30px;
  border-top: 1px solid #eee;
}
.feedback .title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}
.messagecon {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.messagetarea {
  padding: 10px;
  border: 1px solid #dedede;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  resize: none;
  width: 100%;
  height: 90px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #f8f8f8;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.messagetarea:focus {
  color: #333;
  outline: none;
  background: #fff;
}
.messageinput {
  float: left;
  width: 32%;
  padding: 10px;
  line-height: 26px;
  font-size: 14px;
  border: 1px solid #dedede;
  margin-right: 2%;
  margin-bottom: 20px;
  color: #666;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #f8f8f8;
  box-sizing: border-box;
}
.messageinput:last-child {
  margin-right: 0;
}
.messageinput:focus {
  color: #333;
  outline: none;
  background: #fff;
}
.messagebtn {
  width: 25%;
  text-align: center;
  line-height: 46px;
  height: 46px;
  font-size: 16px;
  border: 0;
  background: #dadada;
  color: #333;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 30px;
}
.messagebtn.btnon {
  color: #fff;
}
.messagebtn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.main .con .yanzhengma {
  display: inline;
}
.messagebtn.btnon {
  background: #d71619;
}

/*高德地图*/
#map {
  height: 400px;
  z-index: 4;
}
#map .info {
  border: solid 1px silver;
}
#map div.info-top {
  position: relative;
  border-bottom: 1px solid #ccc;
  border-radius: 5px 5px 0 0;
  background: none repeat scroll 0 0 #f9f9f9;
}
#map div.info-top div {
  display: inline-block;
  padding: 0 10px;
  color: #333;
  font-weight: 700;
  font-size: 14px;
  line-height: 31px;
}
#map div.info-top img {
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
#map div.info-top img:hover {
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
}
#map div.info-middle {
  padding: 6px;
  font-size: 14px;
  line-height: 20px;
}
#map div.info-bottom {
  clear: both;
  width: 100%;
  height: 0;
  text-align: center;
}
#map div.info-bottom img {
  position: relative;
  z-index: 104;
}
#map span {
  margin-left: 5px;
  font-size: 11px;
}
#map .info-middle img {
  float: left;
  margin-right: 6px;
}

@media (max-width: 1200px) {
  .about01 ul li {
    text-align: left;
    width: 45%;
    padding: 20px;
    box-sizing: border-box;
  }
  .about01 ul li:after {
    display: none;
  }
  .about02 .list .item {
    width: 48%;
  }
  .about02 .list .item:nth-child(3n) {
    margin-right: 2%;
  }
  .about03 .pp {
    width: 47%;
    margin: 1%;
  }
  .about03 .pp:nth-child(5n) {
    margin-right: 1%;
  }
  .caseitem .item .info .name {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  #mainbox .wrapper {
    width: 100%;
  }
  .newslist .item {
    height: 120px;
  }
  .newslist .item .pic {
    width: 30%;
  }
  .newslist .item .info {
    width: 70%;
    padding: 20px;
  }
  .newslist .item .info .title {
    font-size: 16px;
    height: auto;
  }
  .newslist .item .info .text {
    display: none;
  }
  .newslistshow h1 {
    font-size: 20px;
  }
}

@media (max-width: 425px) {
  .inbanner .textbox h2 {
    font-size: 24px;
    letter-spacing: 7px;
  }
  .inbanner .textbox{ top:28%;}
  .inpage .location {
    width: 100%;
    background: #fff;
    height: auto;
  }
  .max-wid {
    width: 100%;
  }
  .inpage .location .max-wid .tab > li > a {
    padding: 20px 0 10px 0;
    font-size: 16px;
  }
  #mainbox .intitle h4 {
    font-size: 20px;
  }
  .about01 ul li {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .about01 ul li span {
    font-size: 24px;
  }
  .about02 .list .item {
    width: 100%;
  }
  .about03 .pp {
    width: 45%;
  }
  .caseitem {
    padding: 60px 20px;
  }
  .caseitem .item {
    width: 47%;
    margin: 1%;
  }
  .caseitem .item:nth-child(3n) {
    margin-right: 1%;
  }
  .listshow01 {
    display: block;
  }
  .listshow01 .box01,
  .listshow01 .box02 {
    width: 100%;
    float: none;
  }
  .listshow01 .box01 {
    padding-right: 0;
    padding-bottom: 20px;
  }
  .listshow01 .box02 {
    padding-left: 5%;
    border-top: 1px solid #eee;
    border-left: none;
  }
  .listshow02 h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .newslist .item .info .more {
    display: none;
  }
  #mainbox .newslistshow,
  #mainbox .joblist,
  #mainbox .contact {
    padding: 60px 20px;
  }
  #mainbox .contact .fl,
  #mainbox .contact .fr {
    float: none;
  }
 .inpage .location .max-wid .tab{ display:block;}
 .inpage .location .max-wid .tab li{ float:left; flex-grow:0; width:calc(100% / 2);}
 .inpage .location .max-wid .tab li:after:nth-child(2n){ width:0;}
}
